46. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:42:37 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

46.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/code/Mageplaza/LayeredNavigation/view/frontend/web/css/source_module.less2022-12-08 01:34:28 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/code/Mageplaza/LayeredNavigation/view/frontend/web/css/source_module.less2023-05-05 02:25:46 +0000

46.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged2158
Changed00
Inserted121
Removed00

46.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

46.4 Active regular expressions

No regular expressions were active.

46.5 Comparison detail

1 /** 1 /**
2  * Mageplaza 2  * Mageplaza
3  * 3  *
4  * NOTICE OF LICENSE 4  * NOTICE OF LICENSE
5  * 5  *
6  * This source file is subject to the Mageplaza.com license that is 6  * This source file is subject to the Mageplaza.com license that is
7  * available through the world-wide-web at this URL: 7  * available through the world-wide-web at this URL:
8  * https://www.mageplaza.com/LICENSE.txt 8  * https://www.mageplaza.com/LICENSE.txt
9  * 9  *
10  * DISCLAIMER 10  * DISCLAIMER
11  * 11  *
12  * Do not edit or add to this file if you wish to upgrade this extension to newer 12  * Do not edit or add to this file if you wish to upgrade this extension to newer
13  * version in the future. 13  * version in the future.
14  * 14  *
15  * @category    Mageplaza 15  * @category    Mageplaza
16  * @package     Mageplaza_LayeredNavigation 16  * @package     Mageplaza_LayeredNavigation
17  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/) 17  * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
18  * @license     https://www.mageplaza.com/LICENSE.txt 18  * @license     https://www.mageplaza.com/LICENSE.txt
19  */ 19  */
20  20 
21 .ln_overlay { 21 .ln_overlay {
22   background-color: #FFFFFF; 22   background-color: #FFFFFF;
23   height: 100%; 23   height: 100%;
24   left: 0; 24   left: 0;
25   opacity: 0.5; 25   opacity: 0.5;
26   filter: alpha(opacity=50); 26   filter: alpha(opacity=50);
27   position: absolute; 27   position: absolute;
28   top: 0; 28   top: 0;
29   width: 100%; 29   width: 100%;
30   z-index: 555; 30   z-index: 555;
31   display: none; 31   display: none;
32  32 
33   img { 33   img {
34     top: 40%; 34     top: 40%;
35     left: 45%; 35     left: 45%;
36     display: block; 36     display: block;
37     position: fixed; 37     position: fixed;
38   } 38   }
39 } 39 }
40  40 
41 .ln_slider_container { 41 .ln_slider_container {
42   width: calc(100% - 20px); 42   width: calc(100% - 20px);
43   margin: 0 15px 0 5px; 43   margin: 0 15px 0 5px;
44 } 44 }
45  45 
46 .layered-filter-block-container .ln_tooltip { 46 .layered-filter-block-container .ln_tooltip {
47   display: inline-block; 47   display: inline-block;
48   vertical-align: middle; 48   vertical-align: middle;
49   margin-left: 5px; 49   margin-left: 5px;
50 } 50 }
51  51 
52 .filter-content { 52 .filter-content {
53     .category-items { 53     .category-items {
54         margin: 0; 54         margin: 0;
55         padding-left: 30px; 55         padding-left: 30px;
56         list-style: none; 56         list-style: none;
57     } 57     }
58  58 
59     .icon-expand:after { 59     .icon-expand:after {
60         -webkit-font-smoothing: antialiased; 60         -webkit-font-smoothing: antialiased;
61         -moz-osx-font-smoothing: grayscale; 61         -moz-osx-font-smoothing: grayscale;
62         font-size: 12px; 62         font-size: 12px;
63         line-height: inherit; 63         line-height: inherit;
64         color: inherit; 64         color: inherit;
65         content: '\e608'; 65         content: '\e608';
66         font-family: 'luma-icons'; 66         font-family: 'luma-icons';
67         vertical-align: bottom; 67         vertical-align: bottom;
68         display: inline-block; 68         display: inline-block;
69         font-weight: bold; 69         font-weight: bold;
70         overflow: hidden; 70         overflow: hidden;
71         speak: none; 71         speak: none;
72         text-align: center; 72         text-align: center;
73         padding-right: 5px; 73         padding-right: 5px;
74     } 74     }
75  75 
76     .active.icon-expand:after { 76     .active.icon-expand:after {
77         content: '\e622'; 77         content: '\e622';
78     } 78     }
    79     input[type="text"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, select:focus {
    80         outline: none !important;
    81         box-shadow: none !important;
    82     }
    83     .filter-options-item li a:hover{
    84         background: none !important;
    85         color: #006bb4;
    86     }
    87     .filter-options-item li a:hover span{
    88         color: #006bb4;
    89     }
    90     .filter-options-item .ui-slider-handle{
    91         height: 15px !important;
    92         width: 15px !important;
    93         background: #01007F;
    94         left: -2px;
    95         bottom: -3px;
    96     }
    97     #ln_slider_price{
    98         margin-bottom: 5px;
    99     }
79 } 100 }